@charset "UTF-8";
/* 主题色 */
body {
  padding-top: 109px;
}

/* 公共头部样式 start */
#header {
  width: 100%;
  height: 109px;
  border-bottom: 3px solid #ea5404;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  background: #fff;
  /* 导航链接 */
  /* 400 电话 */
}
#header .logo {
  margin-top: 30px;
  margin-right: 30px;
  width: 135px;
  height: 47px;
  float: left;
}
#header .logo img {
  width: 100%;
  height: 100%;
}
#header .nav-list {
  float: left;
}
#header .nav-list .nav-item {
  float: left;
  padding-bottom: 3px;
  position: relative;
  /* 普通二级菜单 */
  /* 解决方案二级菜单 */
}
#header .nav-list .nav-item.active > a {
  color: #ea5404;
}
#header .nav-list .nav-item > a {
  display: inline-block;
  height: 106px;
  padding: 0 18px;
  line-height: 106px;
  font-size: 14px;
}
#header .nav-list .nav-item > a:hover {
  color: #ea5404;
  background-color: #eee;
}
#header .nav-list .nav-item .submenu-list {
  position: absolute;
  top: 109px;
  left: 0;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
  display: none;
}
#header .nav-list .nav-item .submenu-list.on {
  display: block;
}
#header .nav-list .nav-item .submenu-list .submenu-item + .submenu-item a {
  border-top: 1px solid #ddd;
}
#header .nav-list .nav-item .submenu-list .submenu-item > a {
  display: block;
  width: 100%;
  line-height: 40px;
  text-align: center;
  color: #000;
}
#header .nav-list .nav-item .submenu-list .submenu-item > a:hover {
  color: #ea5404;
  background-color: #eee;
}
#header .nav-list .nav-item .submenu-list2 {
  position: absolute;
  top: 109px;
  left: -33px;
  width: 158px;
  background-color: #fff;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
  display: none;
}
#header .nav-list .nav-item .submenu-list2.on {
  display: block;
}
#header .nav-list .nav-item .submenu-list2 .submenu-item {
  position: relative;
  /* 链接相关内容 */
}
#header .nav-list .nav-item .submenu-list2 .submenu-item::after {
  content: "";
  display: block;
  width: 4px;
  height: 100%;
  position: absolute;
  top: 0;
  right: -4px;
}
#header .nav-list .nav-item .submenu-list2 .submenu-item:hover .related-link-c {
  display: block;
}
#header .nav-list .nav-item .submenu-list2 .submenu-item + .submenu-item {
  border-top: 1px solid #ddd;
}
#header .nav-list .nav-item .submenu-list2 .submenu-item > a {
  display: block;
  width: 100%;
  text-align: center;
  overflow: hidden;
  height: 80px;
  color: #000;
  line-height: 20px;
  padding-top: 20px;
  box-sizing: border-box;
}
#header .nav-list .nav-item .submenu-list2 .submenu-item > a:hover {
  color: #1e296e;
  background-color: #eee;
}
#header .nav-list .nav-item .submenu-list2 .submenu-item .related-link-c {
  position: absolute;
  top: 0;
  left: 162px;
  width: 696px;
  height: 323px;
  background-color: #fff;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
  padding-left: 20px;
  display: none;
}
#header .nav-list .nav-item .submenu-list2 .submenu-item .related-link-c.on {
  display: block;
}
#header .nav-list .nav-item .submenu-list2 .submenu-item .related-link-c .link-item {
  float: left;
  width: 33.33%;
  white-space: nowrap;
}
#header .nav-list .nav-item .submenu-list2 .submenu-item .related-link-c .link-item.w2 {
  width: 66.66%;
}
#header .nav-list .nav-item .submenu-list2 .submenu-item .related-link-c .link-item.mt1 {
  margin-top: 30px;
}
#header .nav-list .nav-item .submenu-list2 .submenu-item .related-link-c .link-item.mt2 {
  margin-top: 30px;
}
#header .nav-list .nav-item .submenu-list2 .submenu-item .related-link-c .link-item .tit {
  height: 18px;
  line-height: 18px;
  border-left: 2px solid #1e296e;
  padding-left: 10px;
  font-size: 13px;
}
#header .nav-list .nav-item .submenu-list2 .submenu-item .related-link-c .link-item .tit a {
  color: #595858;
}
#header .nav-list .nav-item .submenu-list2 .submenu-item .related-link-c .link-item .tit a:hover {
  color: #1e296e;
}
#header .nav-list .nav-item .submenu-list2 .submenu-item .related-link-c .link-item .child-links {
  margin-top: 12px;
  padding-left: 12px;
}
#header .nav-list .nav-item .submenu-list2 .submenu-item .related-link-c .link-item .child-links .child-link {
  float: left;
  width: 100%;
  font-size: 12px;
  line-height: 18px;
}
#header .nav-list .nav-item .submenu-list2 .submenu-item .related-link-c .link-item .child-links .child-link.w-50p {
  width: 50%;
}
#header .nav-list .nav-item .submenu-list2 .submenu-item .related-link-c .link-item .child-links .child-link:before {
  content: ">";
  color: #1e296e;
  margin-right: 4px;
}
#header .nav-list .nav-item .submenu-list2 .submenu-item .related-link-c .link-item .child-links .child-link a {
  color: #595858;
}
#header .nav-list .nav-item .submenu-list2 .submenu-item .related-link-c .link-item .child-links .child-link a:hover {
  color: #1e296e;
}
#header .nav-list .nav-item .submenu-list2 .submenu-item .related-link-c .link-item .sub-links {
  margin-top: 12px;
  padding-left: 12px;
}
#header .nav-list .nav-item .submenu-list2 .submenu-item .related-link-c .link-item .sub-links dl {
  float: left;
  font-size: 12px;
}
#header .nav-list .nav-item .submenu-list2 .submenu-item .related-link-c .link-item .sub-links dl + dl {
  margin-left: 18px;
}
#header .nav-list .nav-item .submenu-list2 .submenu-item .related-link-c .link-item .sub-links dl dt {
  color: #1e296e;
  margin-bottom: 4px;
}
#header .nav-list .nav-item .submenu-list2 .submenu-item .related-link-c .link-item .sub-links dl dd {
  line-height: 18px;
}
#header .nav-list .nav-item .submenu-list2 .submenu-item .related-link-c .link-item .sub-links dl dd:before {
  content: ">";
  color: #1e296e;
  margin-right: 4px;
}
#header .nav-list .nav-item .submenu-list2 .submenu-item .related-link-c .link-item .sub-links dl dd a {
  color: #595858;
}
#header .nav-list .nav-item .submenu-list2 .submenu-item .related-link-c .link-item .sub-links dl dd a:hover {
  color: #1e296e;
}
#header .header-tel {
  margin-top: 32px;
  float: right;
  width: 198px;
  height: 35px;
}
#header .header-tel img {
  width: 100%;
  height: 100%;
}

/* 公共头部样式 end */
/* 右侧固定导航链接 start */
.right-fixed-nav {
  position: fixed;
  top: 200px;
  right: 6px;
  z-index: 999;
}
.right-fixed-nav .nav-list .nav-item a {
  margin-bottom: 2px;
  display: inline-block;
  width: 111px;
  height: 73px;
  background-image: linear-gradient(to bottom, #f08400, #ea5704);
  text-align: center;
  color: #fff;
}
.right-fixed-nav .nav-list .nav-item a .t-txt {
  display: inline-block;
  font-size: 13px;
  line-height: 13px;
  margin-top: 19px;
}
.right-fixed-nav .nav-list .nav-item a .b-txt {
  display: inline-block;
  font-size: 14px;
  line-height: 14px;
  margin-top: 8px;
  font-weight: 500;
}
.right-fixed-nav .close-btn {
  position: absolute;
  top: 8px;
  right: 8px;
  height: 15px;
  width: 15px;
  border-radius: 50%;
  background-color: #fff;
  color: #ef7c00;
  font-size: 12px;
  line-height: 15px;
  text-align: center;
  cursor: pointer;
}

/* 右侧固定导航链接 end */
/* 公共底部样式 start */
#footer .related-links {
  height: 310px;
  background-color: #1f286f;
}
#footer .related-links dl {
  margin-top: 65px;
  float: left;
}
#footer .related-links dl + dl {
  margin-left: 50px;
}
#footer .related-links dl > dt {
  font-size: 16px;
  color: #fff;
  margin-bottom: 16px;
}
#footer .related-links dl > dd {
  color: #c8cbca;
  line-height: 24px;
  font-size: 12px;
}
#footer .related-links dl > dd a {
  color: #c8cbca;
}
#footer .related-links dl > dd a:hover, #footer .related-links dl > dd a:active {
  color: #fff;
}
#footer .related-links .contact-type {
  width: 295px;
  float: right;
  text-align: center;
}
#footer .related-links .contact-type .pic {
  width: 120px;
  margin: 42px auto 0;
}
#footer .related-links .contact-type .pic .wxChat {
  margin-right: 36px;
}
#footer .related-links .contact-type .pic .wxChat,
#footer .related-links .contact-type .pic .consult-teacher {
  float: left;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background-color: #858585;
  line-height: 42px;
  text-align: center;
  position: relative;
}
#footer .related-links .contact-type .pic .wxChat .img,
#footer .related-links .contact-type .pic .consult-teacher .img {
  margin-top: -4px;
}
#footer .related-links .contact-type .pic .wxChat:hover,
#footer .related-links .contact-type .pic .consult-teacher:hover {
  background-color: #ea5404;
}
#footer .related-links .contact-type .pic .wxChat:hover .ewm,
#footer .related-links .contact-type .pic .consult-teacher:hover .ewm {
  display: block;
}
#footer .related-links .contact-type .pic .wxChat .ewm,
#footer .related-links .contact-type .pic .consult-teacher .ewm {
  width: 200px;
  height: 200px;
  position: absolute;
  top: -220px;
  left: -79px;
  display: none;
  background-color: #fff;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.7);
  z-index: 999;
}
#footer .related-links .contact-type .pic .wxChat .ewm::after,
#footer .related-links .contact-type .pic .consult-teacher .ewm::after {
  content: "";
  display: block;
  border: 10px solid transparent;
  width: 0;
  height: 0;
  border-top-color: #fff;
  position: absolute;
  bottom: -20px;
  left: 89px;
}
#footer .related-links .contact-type .pic .wxChat .ewm > img,
#footer .related-links .contact-type .pic .consult-teacher .ewm > img {
  width: 128px;
  height: 128px;
  margin-top: 20px;
  margin-bottom: 14px;
}
#footer .related-links .contact-type .pic .wxChat .ewm > p,
#footer .related-links .contact-type .pic .consult-teacher .ewm > p {
  color: #4a4a47;
  font-size: 14px;
  line-height: 14px;
}
#footer .related-links .contact-type > dl {
  width: 100%;
  margin-top: 16px;
  text-align: center;
}
#footer .related-links .contact-type > dl dd {
  font-size: 12px;
}
#footer .other-links {
  height: 57px;
  background-color: #5f5f5f;
  overflow: hidden;
}
#footer .other-links .copy-right {
  margin-top: 14px;
  color: #fff;
  font-size: 12px;
  line-height: 25px;
}
#footer .other-links .copy-right a {
  color: #fff;
}
#footer .other-links .copy-right a:hover {
  text-decoration: underline;
}
#footer .other-links .copy-right img {
  vertical-align: middle;
  width: 25px;
  height: 25px;
}

/* 公共底部样式 end */
/* 通用分页样式 start */
.my-paginator {
  text-align: center;
}
.my-paginator .ui-pagination-page-item {
  display: inline-block;
  width: 57px;
  height: 40px;
  background-color: #e2e2e2;
  font-size: 12px;
  line-height: 40px;
  text-align: center;
  margin: 0 4px;
  border-radius: 4px;
}
.my-paginator .ui-pagination-page-item.active, .my-paginator .ui-pagination-page-item:hover {
  background-color: #4480c7;
  color: #fff;
}

/* 通用分页样式 end */
/* 富文本框样式 start */
.braft-output-content p {
  min-height: 1em;
}

.braft-output-content .image-wrap img {
  max-width: 100%;
  height: auto;
}

.braft-output-content ul,
.braft-output-content ol {
  margin: 16px 0;
  padding: 0 0 0 1.5em;
}

.braft-output-content blockquote {
  margin: 0 0 10px 0;
  padding: 15px 20px;
  background-color: #f1f2f3;
  border-left: solid 5px #ccc;
  color: #666;
  font-style: italic;
}

.braft-output-content ol li {
  list-style-type: decimal;
}

.braft-output-content ul li {
  list-style-type: disc;
}

.braft-output-content pre {
  max-width: 100%;
  max-height: 100%;
  margin: 10px 0;
  padding: 15px;
  overflow: auto;
  background-color: #f1f2f3;
  border-radius: 3px;
  color: #666;
  font-family: monospace;
  font-size: 14px;
  font-weight: normal;
  line-height: 16px;
  word-wrap: break-word;
  white-space: pre-wrap;
}

.braft-output-content pre pre {
  margin: 0;
  padding: 0;
}

/* 富文本框样式 end */
/* 返回顶部 start */
#return-top {
  width: 50px;
  height: 50px;
  background-color: #ea5404;
  color: white;
  position: fixed;
  bottom: 40px;
  right: 40px;
  text-align: center;
  display: none;
}
#return-top a {
  color: white;
  line-height: 20px;
  display: block;
  margin: 5px;
}

/* 返回顶部 end */
/* 行业合作伙伴 start */
.business-partner {
  height: 1055px;
  background: url("../images/1-首页-百仕瑞官网-2-44.jpg") no-repeat;
  background-size: cover;
  overflow: hidden;
}
.business-partner .tit {
  margin-top: 55px;
  height: 28px;
  font-size: 28px;
  line-height: 28px;
  color: #fff;
  text-align: center;
}
.business-partner .line {
  width: 62px;
  height: 2px;
  background-color: #fff;
  margin: 18px auto 0;
}
.business-partner .sub-tit {
  margin-top: 18px;
  height: 18px;
  font-size: 18px;
  line-height: 18px;
  color: #fff;
  text-align: center;
}
.business-partner .go-more-btn {
  margin-top: 40px;
  text-align: center;
}
.business-partner .go-more-btn .btn {
  width: 325px;
  height: 56px;
  font-size: 20px;
  line-height: 55px;
}
.business-partner .c {
  margin-top: 70px;
}
.business-partner .c .l-category {
  float: left;
  width: 290px;
  height: 673px;
  background-color: #fff;
  padding-top: 25px;
}
.business-partner .c .l-category li {
  margin: 0 20px;
  border-bottom: 1px solid #d2d2d2;
}
.business-partner .c .l-category li:first-child {
  border-top: 1px solid #d2d2d2;
}
.business-partner .c .l-category li.on a {
  color: #fff;
  background-color: #ea5404;
}
.business-partner .c .l-category li a {
  display: block;
  height: 47px;
  line-height: 47px;
  color: #868686;
  font-size: 16px;
  text-align: center;
}
.business-partner .c .l-category li a .icon {
  float: right;
  margin-right: 16px;
  margin-top: 16px;
}
.business-partner .c .my-tab-c1 {
  float: right;
}
.business-partner .c .my-tab-c1 .partner-list {
  width: 876px;
  margin-right: -8px;
}
.business-partner .c .my-tab-c1 .partner-list .partner-item {
  float: left;
  width: 210px;
  height: 128px;
  background-color: #fff;
  margin-right: 8px;
  margin-bottom: 8px;
  overflow: hidden;
}
.business-partner .c .my-tab-c1 .partner-list .partner-item img {
  width: 100%;
}

/* 行业合作伙伴 end */
/* 联系我们 start */
.contact-us {
  height: 940px;
  background: url("../images/1-首页-百仕瑞官网-2-53.jpg") no-repeat;
  background-size: cover;
  overflow: hidden;
}
.contact-us .tit {
  font-size: 28px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  color: #fff;
  margin-top: 57px;
}
.contact-us .company-list {
  margin-top: 45px;
  text-align: center;
  font-size: 0;
  margin-bottom: -30px;
}
.contact-us .company-list .company-item {
  width: 225px;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 30px;
}
.contact-us .company-list .company-item.ml-16 {
  margin-left: 16px;
}
.contact-us .company-list .company-item.hot-line .img {
  background-color: #fff;
}
.contact-us .company-list .company-item.hot-line .desc {
  margin-top: 30px;
  font-size: 16px;
}
.contact-us .company-list .company-item:hover .img .mask {
  display: block;
}
.contact-us .company-list .company-item:hover .name {
  background-color: #ea5404;
}
.contact-us .company-list .company-item .img {
  width: 225px;
  height: 240px;
  overflow: hidden;
  position: relative;
}
.contact-us .company-list .company-item .img img {
  width: 100%;
}
.contact-us .company-list .company-item .img .mask {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
}
.contact-us .company-list .company-item .name {
  height: 37px;
  line-height: 37px;
  color: #fff;
  text-align: center;
  font-size: 18px;
  background-color: #004486;
}
.contact-us .company-list .company-item .desc {
  margin-top: 10px;
  text-align: center;
  color: #fff;
  font-size: 13px;
  line-height: 22px;
}

/* 联系我们 end */
/* banner 轮播 start */
.banner-swiper .swiper-slide img {
  width: 100%;
}
.banner-swiper .swiper-pagination-bullet {
  border: 1px solid #fff;
  opacity: 0.8;
}
.banner-swiper .swiper-pagination-bullet-active {
  background-color: #fff;
}
.banner-swiper .swiper-button-prev,
.banner-swiper .swiper-button-next {
  margin-top: 0;
  transform: translateY(-50%);
  padding: 50px 20px;
}
.banner-swiper .swiper-button-prev:hover,
.banner-swiper .swiper-button-next:hover {
  background-color: rgba(255, 255, 255, 0.3);
}
.banner-swiper .swiper-button-prev {
  left: 50px;
}
.banner-swiper .swiper-button-next {
  right: 50px;
}

/* banner 轮播 end */
/* 通用导航样式 start */
.breadcrumb .list {
  line-height: 18px;
  font-size: 13px;
}
.breadcrumb .list .item {
  float: left;
}
.breadcrumb .list .item a {
  color: #595858;
}
.breadcrumb .list .item a:hover {
  color: #ea5404;
}
.breadcrumb .list .item img {
  vertical-align: text-bottom;
}
.breadcrumb .list .item span {
  color: #999;
}
.breadcrumb .list .item + .item:before {
  display: inline-block;
  content: ">";
  margin: 0 5px;
}

/* 通用导航样式 end */
/* 快速链接 start */
.quick-link-module {
  height: 790px;
  overflow: hidden;
  background-color: #f7f7f7;
}
.quick-link-module .txt {
  font-size: 24px;
  line-height: 38px;
  display: inline-block;
  margin-left: 30px;
}
.quick-link-module .line1 {
  margin-top: 85px;
}
.quick-link-module .line1 .l {
  width: 318px;
  height: 318px;
  background: url("../images/3-讲师团队-64.png") no-repeat;
}
.quick-link-module .line1 .l .txt {
  margin-top: 100px;
  color: #fff;
}
.quick-link-module .line1 .r {
  width: 882px;
  height: 318px;
  background: url("../images/3-讲师团队-66.png") no-repeat 460px center #dcdcdd;
}
.quick-link-module .line1 .r .txt {
  margin-top: 100px;
  color: #336eaf;
}
.quick-link-module .line2 .l .top {
  width: 317px;
  height: 156px;
  background-color: #e6e6e6;
}
.quick-link-module .line2 .l .top .txt {
  margin-top: 35px;
  color: #336eaf;
}
.quick-link-module .line2 .l .bottom {
  width: 317px;
  height: 156px;
  background-color: #57a9c9;
}
.quick-link-module .line2 .l .bottom .txt {
  margin-top: 55px;
  color: #fff;
}
.quick-link-module .line2 .c {
  width: 441px;
  height: 312px;
  background: url("../images/3-讲师团队-65.png") no-repeat;
  background-size: cover;
}
.quick-link-module .line2 .c .txt {
  color: #fff;
  margin-top: 196px;
  line-height: 50px;
}
.quick-link-module .line2 .c .txt .icon {
  margin-left: 30px;
  display: inline-block;
  width: 50px;
  height: 50px;
  background-color: #fff;
  border-radius: 50%;
  text-align: center;
  vertical-align: middle;
}
.quick-link-module .line2 .c .txt .icon .fa {
  color: #336eaf;
  font-size: 30px;
}
.quick-link-module .line2 .r .top {
  width: 442px;
  height: 156px;
  background-color: #1880c2;
}
.quick-link-module .line2 .r .top .txt {
  margin-top: 35px;
  color: #fff;
}
.quick-link-module .line2 .r .bottom {
  width: 442px;
  height: 156px;
  background-color: #d3d3d3;
}
.quick-link-module .line2 .r .bottom .txt {
  margin-top: 55px;
  color: #336eaf;
}

/* 快速链接 end */
/* 下载PDF弹框 start */
.my-form-modal .modal-header .modal-title {
  font-size: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  font-weight: 500;
}
.my-form-modal .modal-body .my-form .form-group {
  margin-bottom: 15px;
}
.my-form-modal .modal-body .my-form .form-group::after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.my-form-modal .modal-body .my-form .form-group .label {
  float: left;
  color: #595858;
  height: 34px;
  line-height: 34px;
  width: 100px;
  display: inline-block;
  text-align: right;
  padding-right: 20px;
}
.my-form-modal .modal-body .my-form .form-group .field {
  float: left;
  width: 400px;
}
.my-form-modal .modal-body .my-form .form-group .field input {
  width: 100%;
  height: 34px;
  line-height: 32px;
  padding: 0 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.my-form-modal .modal-body .my-form .form-group .field input:focus {
  border-color: #ea5404;
}
.my-form-modal .modal-body .my-form .form-group.isRequired .label::before {
  content: "*";
  display: inline-block;
  margin-right: 4px;
  color: #e00011;
}
.my-form-modal .modal-body .my-form .bottom-btn {
  text-align: center;
}
.my-form-modal .modal-body .my-form .bottom-btn .btn {
  width: 120px;
  height: 34px;
  line-height: 32px;
}

/* 下载PDF弹框 end */
/* 关于我们 start */
.about-us {
  height: 510px;
  background-color: #fff;
  overflow: hidden;
}
.about-us .title {
  margin-top: 70px;
  height: 28px;
  line-height: 28px;
  font-size: 28px;
  text-align: center;
  font-weight: 500;
}
.about-us .c {
  margin-top: 40px;
}
.about-us .c .intro-list {
  float: left;
  width: 650px;
}
.about-us .c .intro-list .intro-item {
  float: left;
  width: 275px;
  height: 175px;
  margin-right: 50px;
}
.about-us .c .intro-list .intro-item .tit {
  height: 40px;
  font-size: 20px;
  color: #004486;
  line-height: 40px;
}
.about-us .c .intro-list .intro-item .tit img {
  width: 40px;
  height: 40px;
  margin-right: 6px;
  margin-top: -7px;
}
.about-us .c .intro-list .intro-item .tit .big {
  font-size: 25px;
  font-weight: 700;
}
.about-us .c .intro-list .intro-item .desc {
  margin-top: 10px;
  font-size: 13px;
  line-height: 26px;
  color: #595858;
}
.about-us .c .r-form {
  float: right;
  width: 535px;
  height: 302px;
  border: 1px solid #ddd;
  border-radius: 14px;
  overflow: hidden;
  padding: 0 40px;
}
.about-us .c .r-form .tit {
  height: 20px;
  line-height: 20px;
  font-size: 20px;
  margin-top: 20px;
  font-weight: 500;
}
.about-us .c .r-form .my-form {
  margin-top: 20px;
}
.about-us .c .r-form .my-form .form-item {
  margin-bottom: 11px;
}
.about-us .c .r-form .my-form .form-item.name {
  float: left;
  width: 208px;
}
.about-us .c .r-form .my-form .form-item.phone {
  float: right;
  width: 208px;
}
.about-us .c .r-form .my-form .form-item.isRequired {
  position: relative;
}
.about-us .c .r-form .my-form .form-item.isRequired::before {
  content: "*";
  display: inline-block;
  font-size: 14px;
  position: absolute;
  top: 7px;
  left: -12px;
  color: red;
}
.about-us .c .r-form .my-form .form-item input {
  height: 30px;
  width: 100%;
  padding: 0 10px;
  font-size: 14px;
  line-height: 28px;
  border: 1px solid #ddd;
  border-radius: 4px;
}
.about-us .c .r-form .my-form .form-item input:focus {
  border-color: #004486;
}
.about-us .c .r-form .sub-btn {
  margin-top: 24px;
}
.about-us .c .r-form .sub-btn .btn {
  width: 100%;
  height: 30px;
  line-height: 28px;
  font-size: 14px;
}
.about-us .c .r-form .tips {
  margin-top: 10px;
  height: 12px;
  line-height: 12px;
  color: #9d9d9d;
  text-align: center;
  font-size: 12px;
}

/* 关于我们 end */
/* 选择我们 start */
.select-us {
  height: 798px;
  background: url("../images/2-1-解决方案-一线管理者培养系列-15.png") no-repeat;
  background-size: cover;
  overflow: hidden;
}
.select-us .title {
  margin-top: 58px;
  height: 32px;
  line-height: 32px;
  font-size: 24px;
  text-align: center;
  color: #fff;
  font-weight: 500;
}
.select-us .title .big {
  font-size: 32px;
}
.select-us .point-list {
  margin-top: 45px;
  height: 480px;
  background: url("../images/2-1-解决方案-一线管理者培养系列-14.png") no-repeat center center;
}
.select-us .point-list .mb {
  margin-bottom: 27px;
}
.select-us .point-list .point-item {
  width: 428px;
  height: 226px;
  background-color: #fff;
  padding-top: 17px;
  transition: all 0.3s;
}
.select-us .point-list .point-item:hover {
  transform: scale(1.2);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
}
.select-us .point-list .point-item:nth-child(even) .tit {
  margin-right: -14px;
}
.select-us .point-list .point-item:nth-child(even) .tit::before {
  border-color: #ea5404 transparent transparent #ea5404;
  left: unset;
  right: 0;
}
.select-us .point-list .point-item .tit {
  display: inline-block;
  height: 34px;
  line-height: 34px;
  font-size: 18px;
  color: #fff;
  font-weight: 500;
  background-color: #346eb1;
  padding: 0 22px;
  margin-left: -14px;
  position: relative;
}
.select-us .point-list .point-item .tit::before {
  content: "";
  display: block;
  border: 7px solid #ea5404;
  border-color: #ea5404 #ea5404 transparent transparent;
  position: absolute;
  left: 0;
  bottom: -14px;
}
.select-us .point-list .article {
  margin-top: 22px;
  padding: 0 36px;
  font-size: 13px;
  line-height: 26px;
  color: #595858;
}
.select-us .go-more-btn {
  margin-top: 55px;
  text-align: center;
}

/* 选择我们 end */
/* 选择百仕瑞 start */
.select-bsw {
  height: 680px;
  overflow: hidden;
  background-color: #ededee;
}
.select-bsw .title {
  margin-top: 70px;
  height: 28px;
  line-height: 28px;
  font-size: 28px;
  text-align: center;
  font-weight: 500;
}
.select-bsw .c {
  margin-top: 56px;
  height: 490px;
  border: 10px solid #dbdbdb;
}
.select-bsw .c .advantage-list .advantage-item {
  float: left;
  width: 347px;
  margin-top: 30px;
  margin-left: 35px;
}
.select-bsw .c .advantage-list .advantage-item .img {
  width: 347px;
  height: 208px;
  position: relative;
}
.select-bsw .c .advantage-list .advantage-item .img img {
  width: 100%;
  height: 100%;
}
.select-bsw .c .advantage-list .advantage-item .img .tit {
  width: 100%;
  height: 40px;
  line-height: 40px;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  font-size: 20px;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 0;
}
.select-bsw .c .advantage-list .advantage-item .desc {
  font-size: 13px;
  line-height: 26px;
  margin-top: 10px;
  color: #595858;
}
.select-bsw .c .go-more-btn {
  margin-top: 40px;
  text-align: center;
}
.select-bsw .c .go-more-btn .btn {
  width: 325px;
  height: 56px;
  font-size: 20px;
  line-height: 54px;
}

/* 选择百仕瑞 end */

/*# sourceMappingURL=common.css.map */
